requestBodyConverter

open fun requestBodyConverter(type: Type, parameterAnnotations: Array<out Annotation>, methodAnnotations: Array<out Annotation>, retrofit: <Error class: unknown class>): <Error class: unknown class><out <Error class: unknown class>, <Error class: unknown class>>?

Response body converter delegates logic processing to a child class that handles wrapping and deserialization of the json response data.

Parameters

parameterAnnotations

All the annotation applied to request parameters

methodAnnotations

All the annotation applied to the requesting method

retrofit

The retrofit object representing the response

type

The type of the parameter of the request

See also